home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / cat3 / CmdCmplt.3 < prev    next >
Text File  |  1994-09-20  |  932b  |  67 lines

  1.  
  2.  
  3.  
  4. Tcl_CmdComplete(3)   Tcl Library Procedures
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      Tcl_CmdComplete - Check for unmatched braces in a  Tcl  com-
  12.      mand
  13.  
  14. SYNOPSIS
  15.      #include <tcl.h>
  16.  
  17.      int
  18.      Tcl_CommandComplete(_c_m_d)
  19.  
  20. ARGUMENTS
  21.      char   *_c_m_d   (in)      Command string to test for complete-
  22.                              ness.
  23. _________________________________________________________________
  24.  
  25.  
  26. DESCRIPTION
  27.      Tcl_CommandComplete takes a Tcl command string  as  argument
  28.      and determines whether it contains one or more complete com-
  29.      mands (i.e. there are no unclosed quotes, braces,  brackets,
  30.      or  variable references).  If the command string is complete
  31.      then it returns 1; otherwise it returns 0.
  32.  
  33.  
  34. KEYWORDS
  35.      complete command, partial command
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.